3.5.74 \(\int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx\) [474]

3.5.74.1 Optimal result
3.5.74.2 Mathematica [A] (verified)
3.5.74.3 Rubi [A] (verified)
3.5.74.4 Maple [A] (verified)
3.5.74.5 Fricas [C] (verification not implemented)
3.5.74.6 Sympy [F]
3.5.74.7 Maxima [F]
3.5.74.8 Giac [F]
3.5.74.9 Mupad [F(-1)]

3.5.74.1 Optimal result

Integrand size = 25, antiderivative size = 418 \[ \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx=-\frac {\sqrt {a} \arctan \left (1-\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}\right ) \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)}}{4 \sqrt {2} b^{5/2} f}+\frac {\sqrt {a} \arctan \left (1+\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}\right ) \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)}}{4 \sqrt {2} b^{5/2} f}+\frac {\sqrt {a} \sqrt {b \cos (e+f x)} \log \left (\sqrt {a}-\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}+\sqrt {a} \tan (e+f x)\right ) \sqrt {b \sec (e+f x)}}{8 \sqrt {2} b^{5/2} f}-\frac {\sqrt {a} \sqrt {b \cos (e+f x)} \log \left (\sqrt {a}+\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}+\sqrt {a} \tan (e+f x)\right ) \sqrt {b \sec (e+f x)}}{8 \sqrt {2} b^{5/2} f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}} \]

output
1/2*(a*sin(f*x+e))^(3/2)/a/b/f/(b*sec(f*x+e))^(1/2)-1/8*arctan(1-2^(1/2)*b 
^(1/2)*(a*sin(f*x+e))^(1/2)/a^(1/2)/(b*cos(f*x+e))^(1/2))*a^(1/2)*(b*cos(f 
*x+e))^(1/2)*(b*sec(f*x+e))^(1/2)/b^(5/2)/f*2^(1/2)+1/8*arctan(1+2^(1/2)*b 
^(1/2)*(a*sin(f*x+e))^(1/2)/a^(1/2)/(b*cos(f*x+e))^(1/2))*a^(1/2)*(b*cos(f 
*x+e))^(1/2)*(b*sec(f*x+e))^(1/2)/b^(5/2)/f*2^(1/2)+1/16*ln(a^(1/2)-2^(1/2 
)*b^(1/2)*(a*sin(f*x+e))^(1/2)/(b*cos(f*x+e))^(1/2)+a^(1/2)*tan(f*x+e))*a^ 
(1/2)*(b*cos(f*x+e))^(1/2)*(b*sec(f*x+e))^(1/2)/b^(5/2)/f*2^(1/2)-1/16*ln( 
a^(1/2)+2^(1/2)*b^(1/2)*(a*sin(f*x+e))^(1/2)/(b*cos(f*x+e))^(1/2)+a^(1/2)* 
tan(f*x+e))*a^(1/2)*(b*cos(f*x+e))^(1/2)*(b*sec(f*x+e))^(1/2)/b^(5/2)/f*2^ 
(1/2)
 
3.5.74.2 Mathematica [A] (verified)

Time = 1.13 (sec) , antiderivative size = 151, normalized size of antiderivative = 0.36 \[ \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx=\frac {a \left (4 \sin ^2(e+f x)+\sqrt {2} \arctan \left (\frac {-1+\sqrt {\tan ^2(e+f x)}}{\sqrt {2} \sqrt [4]{\tan ^2(e+f x)}}\right ) \sqrt [4]{\tan ^2(e+f x)}-\sqrt {2} \text {arctanh}\left (\frac {\sqrt {2} \sqrt [4]{\tan ^2(e+f x)}}{1+\sqrt {\tan ^2(e+f x)}}\right ) \sqrt [4]{\tan ^2(e+f x)}\right )}{8 b f \sqrt {b \sec (e+f x)} \sqrt {a \sin (e+f x)}} \]

input
Integrate[Sqrt[a*Sin[e + f*x]]/(b*Sec[e + f*x])^(3/2),x]
 
output
(a*(4*Sin[e + f*x]^2 + Sqrt[2]*ArcTan[(-1 + Sqrt[Tan[e + f*x]^2])/(Sqrt[2] 
*(Tan[e + f*x]^2)^(1/4))]*(Tan[e + f*x]^2)^(1/4) - Sqrt[2]*ArcTanh[(Sqrt[2 
]*(Tan[e + f*x]^2)^(1/4))/(1 + Sqrt[Tan[e + f*x]^2])]*(Tan[e + f*x]^2)^(1/ 
4)))/(8*b*f*Sqrt[b*Sec[e + f*x]]*Sqrt[a*Sin[e + f*x]])
 
3.5.74.3 Rubi [A] (verified)

Time = 0.69 (sec) , antiderivative size = 351, normalized size of antiderivative = 0.84, number of steps used = 15, number of rules used = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.560, Rules used = {3042, 3062, 3042, 3065, 3042, 3054, 826, 1476, 1082, 217, 1479, 25, 27, 1103}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}}dx\)

\(\Big \downarrow \) 3062

\(\displaystyle \frac {\int \sqrt {b \sec (e+f x)} \sqrt {a \sin (e+f x)}dx}{4 b^2}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {\int \sqrt {b \sec (e+f x)} \sqrt {a \sin (e+f x)}dx}{4 b^2}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 3065

\(\displaystyle \frac {\sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \int \frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}dx}{4 b^2}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {\sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \int \frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}dx}{4 b^2}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 3054

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \int \frac {a \tan (e+f x)}{b \left (\tan ^2(e+f x) a^2+a^2\right )}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 826

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \left (\frac {\int \frac {\tan (e+f x) a+a}{\tan ^2(e+f x) a^2+a^2}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 b}-\frac {\int \frac {a-a \tan (e+f x)}{\tan ^2(e+f x) a^2+a^2}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 b}\right )}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 1476

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \left (\frac {\frac {\int \frac {1}{\frac {\tan (e+f x) a}{b}+\frac {a}{b}-\frac {\sqrt {2} \sqrt {a \sin (e+f x)} \sqrt {a}}{\sqrt {b} \sqrt {b \cos (e+f x)}}}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 b}+\frac {\int \frac {1}{\frac {\tan (e+f x) a}{b}+\frac {a}{b}+\frac {\sqrt {2} \sqrt {a \sin (e+f x)} \sqrt {a}}{\sqrt {b} \sqrt {b \cos (e+f x)}}}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 b}}{2 b}-\frac {\int \frac {a-a \tan (e+f x)}{\tan ^2(e+f x) a^2+a^2}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 b}\right )}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 1082

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \left (\frac {\frac {\int \frac {1}{-\frac {a \tan (e+f x)}{b}-1}d\left (1-\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}-\frac {\int \frac {1}{-\frac {a \tan (e+f x)}{b}-1}d\left (\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}+1\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}-\frac {\int \frac {a-a \tan (e+f x)}{\tan ^2(e+f x) a^2+a^2}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 b}\right )}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 217

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \left (\frac {\frac {\arctan \left (\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}+1\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}-\frac {\int \frac {a-a \tan (e+f x)}{\tan ^2(e+f x) a^2+a^2}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 b}\right )}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 1479

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \left (\frac {\frac {\arctan \left (\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}+1\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}-\frac {-\frac {\int -\frac {\sqrt {2} \sqrt {a}-\frac {2 \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{\sqrt {b} \left (\frac {\tan (e+f x) a}{b}+\frac {a}{b}-\frac {\sqrt {2} \sqrt {a \sin (e+f x)} \sqrt {a}}{\sqrt {b} \sqrt {b \cos (e+f x)}}\right )}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 \sqrt {2} \sqrt {a} \sqrt {b}}-\frac {\int -\frac {\sqrt {2} \left (\sqrt {a}+\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}\right )}{\sqrt {b} \left (\frac {\tan (e+f x) a}{b}+\frac {a}{b}+\frac {\sqrt {2} \sqrt {a \sin (e+f x)} \sqrt {a}}{\sqrt {b} \sqrt {b \cos (e+f x)}}\right )}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 \sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}\right )}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 25

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \left (\frac {\frac {\arctan \left (\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}+1\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}-\frac {\frac {\int \frac {\sqrt {2} \sqrt {a}-\frac {2 \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{\sqrt {b} \left (\frac {\tan (e+f x) a}{b}+\frac {a}{b}-\frac {\sqrt {2} \sqrt {a \sin (e+f x)} \sqrt {a}}{\sqrt {b} \sqrt {b \cos (e+f x)}}\right )}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 \sqrt {2} \sqrt {a} \sqrt {b}}+\frac {\int \frac {\sqrt {2} \left (\sqrt {a}+\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}\right )}{\sqrt {b} \left (\frac {\tan (e+f x) a}{b}+\frac {a}{b}+\frac {\sqrt {2} \sqrt {a \sin (e+f x)} \sqrt {a}}{\sqrt {b} \sqrt {b \cos (e+f x)}}\right )}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 \sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}\right )}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \left (\frac {\frac {\arctan \left (\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}+1\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}-\frac {\frac {\int \frac {\sqrt {2} \sqrt {a}-\frac {2 \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{\frac {\tan (e+f x) a}{b}+\frac {a}{b}-\frac {\sqrt {2} \sqrt {a \sin (e+f x)} \sqrt {a}}{\sqrt {b} \sqrt {b \cos (e+f x)}}}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 \sqrt {2} \sqrt {a} b}+\frac {\int \frac {\sqrt {a}+\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{\frac {\tan (e+f x) a}{b}+\frac {a}{b}+\frac {\sqrt {2} \sqrt {a \sin (e+f x)} \sqrt {a}}{\sqrt {b} \sqrt {b \cos (e+f x)}}}d\frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}}{2 \sqrt {a} b}}{2 b}\right )}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

\(\Big \downarrow \) 1103

\(\displaystyle \frac {a \sqrt {b \cos (e+f x)} \sqrt {b \sec (e+f x)} \left (\frac {\frac {\arctan \left (\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}+1\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}-\frac {\arctan \left (1-\frac {\sqrt {2} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {a} \sqrt {b \cos (e+f x)}}\right )}{\sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}-\frac {\frac {\log \left (\frac {\sqrt {2} \sqrt {a} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}+a \tan (e+f x)+a\right )}{2 \sqrt {2} \sqrt {a} \sqrt {b}}-\frac {\log \left (-\frac {\sqrt {2} \sqrt {a} \sqrt {b} \sqrt {a \sin (e+f x)}}{\sqrt {b \cos (e+f x)}}+a \tan (e+f x)+a\right )}{2 \sqrt {2} \sqrt {a} \sqrt {b}}}{2 b}\right )}{2 b f}+\frac {(a \sin (e+f x))^{3/2}}{2 a b f \sqrt {b \sec (e+f x)}}\)

input
Int[Sqrt[a*Sin[e + f*x]]/(b*Sec[e + f*x])^(3/2),x]
 
output
(a*Sqrt[b*Cos[e + f*x]]*((-(ArcTan[1 - (Sqrt[2]*Sqrt[b]*Sqrt[a*Sin[e + f*x 
]])/(Sqrt[a]*Sqrt[b*Cos[e + f*x]])]/(Sqrt[2]*Sqrt[a]*Sqrt[b])) + ArcTan[1 
+ (Sqrt[2]*Sqrt[b]*Sqrt[a*Sin[e + f*x]])/(Sqrt[a]*Sqrt[b*Cos[e + f*x]])]/( 
Sqrt[2]*Sqrt[a]*Sqrt[b]))/(2*b) - (-1/2*Log[a - (Sqrt[2]*Sqrt[a]*Sqrt[b]*S 
qrt[a*Sin[e + f*x]])/Sqrt[b*Cos[e + f*x]] + a*Tan[e + f*x]]/(Sqrt[2]*Sqrt[ 
a]*Sqrt[b]) + Log[a + (Sqrt[2]*Sqrt[a]*Sqrt[b]*Sqrt[a*Sin[e + f*x]])/Sqrt[ 
b*Cos[e + f*x]] + a*Tan[e + f*x]]/(2*Sqrt[2]*Sqrt[a]*Sqrt[b]))/(2*b))*Sqrt 
[b*Sec[e + f*x]])/(2*b*f) + (a*Sin[e + f*x])^(3/2)/(2*a*b*f*Sqrt[b*Sec[e + 
 f*x]])
 

3.5.74.3.1 Defintions of rubi rules used

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 217
Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[-b, 2])^( 
-1))*ArcTan[Rt[-b, 2]*(x/Rt[-a, 2])], x] /; FreeQ[{a, b}, x] && PosQ[a/b] & 
& (LtQ[a, 0] || LtQ[b, 0])
 

rule 826
Int[(x_)^2/((a_) + (b_.)*(x_)^4), x_Symbol] :> With[{r = Numerator[Rt[a/b, 
2]], s = Denominator[Rt[a/b, 2]]}, Simp[1/(2*s)   Int[(r + s*x^2)/(a + b*x^ 
4), x], x] - Simp[1/(2*s)   Int[(r - s*x^2)/(a + b*x^4), x], x]] /; FreeQ[{ 
a, b}, x] && (GtQ[a/b, 0] || (PosQ[a/b] && AtomQ[SplitProduct[SumBaseQ, a]] 
 && AtomQ[SplitProduct[SumBaseQ, b]]))
 

rule 1082
Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*S 
implify[a*(c/b^2)]}, Simp[-2/b   Subst[Int[1/(q - x^2), x], x, 1 + 2*c*(x/b 
)], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /; Fre 
eQ[{a, b, c}, x]
 

rule 1103
Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> S 
imp[d*(Log[RemoveContent[a + b*x + c*x^2, x]]/b), x] /; FreeQ[{a, b, c, d, 
e}, x] && EqQ[2*c*d - b*e, 0]
 

rule 1476
Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[ 
2*(d/e), 2]}, Simp[e/(2*c)   Int[1/Simp[d/e + q*x + x^2, x], x], x] + Simp[ 
e/(2*c)   Int[1/Simp[d/e - q*x + x^2, x], x], x]] /; FreeQ[{a, c, d, e}, x] 
 && EqQ[c*d^2 - a*e^2, 0] && PosQ[d*e]
 

rule 1479
Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[ 
-2*(d/e), 2]}, Simp[e/(2*c*q)   Int[(q - 2*x)/Simp[d/e + q*x - x^2, x], x], 
 x] + Simp[e/(2*c*q)   Int[(q + 2*x)/Simp[d/e - q*x - x^2, x], x], x]] /; F 
reeQ[{a, c, d, e}, x] && EqQ[c*d^2 - a*e^2, 0] && NegQ[d*e]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3054
Int[(cos[(e_.) + (f_.)*(x_)]*(b_.))^(n_)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m 
_), x_Symbol] :> With[{k = Denominator[m]}, Simp[k*a*(b/f)   Subst[Int[x^(k 
*(m + 1) - 1)/(a^2 + b^2*x^(2*k)), x], x, (a*Sin[e + f*x])^(1/k)/(b*Cos[e + 
 f*x])^(1/k)], x]] /; FreeQ[{a, b, e, f}, x] && EqQ[m + n, 0] && GtQ[m, 0] 
&& LtQ[m, 1]
 

rule 3062
Int[((b_.)*sec[(e_.) + (f_.)*(x_)])^(n_)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m 
_), x_Symbol] :> Simp[(a*Sin[e + f*x])^(m + 1)*((b*Sec[e + f*x])^(n + 1)/(a 
*b*f*(m - n))), x] - Simp[(n + 1)/(b^2*(m - n))   Int[(a*Sin[e + f*x])^m*(b 
*Sec[e + f*x])^(n + 2), x], x] /; FreeQ[{a, b, e, f, m}, x] && LtQ[n, -1] & 
& NeQ[m - n, 0] && IntegersQ[2*m, 2*n]
 

rule 3065
Int[((b_.)*sec[(e_.) + (f_.)*(x_)])^(n_)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m 
_), x_Symbol] :> Simp[(b*Cos[e + f*x])^n*(b*Sec[e + f*x])^n   Int[(a*Sin[e 
+ f*x])^m/(b*Cos[e + f*x])^n, x], x] /; FreeQ[{a, b, e, f, m, n}, x] && Int 
egerQ[m - 1/2] && IntegerQ[n - 1/2]
 
3.5.74.4 Maple [A] (verified)

Time = 4.75 (sec) , antiderivative size = 439, normalized size of antiderivative = 1.05

method result size
default \(\frac {\sqrt {2}\, \left (4 \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \sqrt {2}\, \sin \left (f x +e \right ) \cos \left (f x +e \right )+4 \sqrt {2}\, \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \sin \left (f x +e \right )+\ln \left (-2 \sqrt {2}\, \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \cot \left (f x +e \right )-2 \sqrt {2}\, \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \csc \left (f x +e \right )+2-2 \cot \left (f x +e \right )\right )-\ln \left (2 \sqrt {2}\, \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \cot \left (f x +e \right )+2 \sqrt {2}\, \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \csc \left (f x +e \right )+2-2 \cot \left (f x +e \right )\right )+2 \arctan \left (\frac {\sqrt {2}\, \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \sin \left (f x +e \right )-\cos \left (f x +e \right )+1}{\cos \left (f x +e \right )-1}\right )+2 \arctan \left (\frac {\sqrt {2}\, \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \sin \left (f x +e \right )+\cos \left (f x +e \right )-1}{\cos \left (f x +e \right )-1}\right )\right ) \sqrt {a \sin \left (f x +e \right )}}{16 f \left (\cos \left (f x +e \right )+1\right ) \sqrt {-\frac {\sin \left (f x +e \right ) \cos \left (f x +e \right )}{\left (\cos \left (f x +e \right )+1\right )^{2}}}\, \sqrt {b \sec \left (f x +e \right )}\, b}\) \(439\)

input
int((a*sin(f*x+e))^(1/2)/(b*sec(f*x+e))^(3/2),x,method=_RETURNVERBOSE)
 
output
1/16/f*2^(1/2)*(4*(-sin(f*x+e)*cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)*2^(1/2)* 
sin(f*x+e)*cos(f*x+e)+4*2^(1/2)*(-sin(f*x+e)*cos(f*x+e)/(cos(f*x+e)+1)^2)^ 
(1/2)*sin(f*x+e)+ln(-2*2^(1/2)*(-sin(f*x+e)*cos(f*x+e)/(cos(f*x+e)+1)^2)^( 
1/2)*cot(f*x+e)-2*2^(1/2)*(-sin(f*x+e)*cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)* 
csc(f*x+e)+2-2*cot(f*x+e))-ln(2*2^(1/2)*(-sin(f*x+e)*cos(f*x+e)/(cos(f*x+e 
)+1)^2)^(1/2)*cot(f*x+e)+2*2^(1/2)*(-sin(f*x+e)*cos(f*x+e)/(cos(f*x+e)+1)^ 
2)^(1/2)*csc(f*x+e)+2-2*cot(f*x+e))+2*arctan((2^(1/2)*(-sin(f*x+e)*cos(f*x 
+e)/(cos(f*x+e)+1)^2)^(1/2)*sin(f*x+e)-cos(f*x+e)+1)/(cos(f*x+e)-1))+2*arc 
tan((2^(1/2)*(-sin(f*x+e)*cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)*sin(f*x+e)+co 
s(f*x+e)-1)/(cos(f*x+e)-1)))*(a*sin(f*x+e))^(1/2)/(cos(f*x+e)+1)/(-sin(f*x 
+e)*cos(f*x+e)/(cos(f*x+e)+1)^2)^(1/2)/(b*sec(f*x+e))^(1/2)/b
 
3.5.74.5 Fricas [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 0.52 (sec) , antiderivative size = 1127, normalized size of antiderivative = 2.70 \[ \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx=\text {Too large to display} \]

input
integrate((a*sin(f*x+e))^(1/2)/(b*sec(f*x+e))^(3/2),x, algorithm="fricas")
 
output
1/32*(b^2*f*(-a^2/(b^6*f^4))^(1/4)*log(1/2*a^2*cos(f*x + e)*sin(f*x + e) + 
 1/2*(b^4*f^3*(-a^2/(b^6*f^4))^(3/4)*cos(f*x + e)^2 - a*b*f*(-a^2/(b^6*f^4 
))^(1/4)*cos(f*x + e)*sin(f*x + e))*sqrt(a*sin(f*x + e))*sqrt(b/cos(f*x + 
e)) - 1/4*(2*a*b^3*f^2*cos(f*x + e)^2 - a*b^3*f^2)*sqrt(-a^2/(b^6*f^4))) - 
 b^2*f*(-a^2/(b^6*f^4))^(1/4)*log(1/2*a^2*cos(f*x + e)*sin(f*x + e) - 1/2* 
(b^4*f^3*(-a^2/(b^6*f^4))^(3/4)*cos(f*x + e)^2 - a*b*f*(-a^2/(b^6*f^4))^(1 
/4)*cos(f*x + e)*sin(f*x + e))*sqrt(a*sin(f*x + e))*sqrt(b/cos(f*x + e)) - 
 1/4*(2*a*b^3*f^2*cos(f*x + e)^2 - a*b^3*f^2)*sqrt(-a^2/(b^6*f^4))) - I*b^ 
2*f*(-a^2/(b^6*f^4))^(1/4)*log(1/2*a^2*cos(f*x + e)*sin(f*x + e) + 1/2*(I* 
b^4*f^3*(-a^2/(b^6*f^4))^(3/4)*cos(f*x + e)^2 + I*a*b*f*(-a^2/(b^6*f^4))^( 
1/4)*cos(f*x + e)*sin(f*x + e))*sqrt(a*sin(f*x + e))*sqrt(b/cos(f*x + e)) 
+ 1/4*(2*a*b^3*f^2*cos(f*x + e)^2 - a*b^3*f^2)*sqrt(-a^2/(b^6*f^4))) + I*b 
^2*f*(-a^2/(b^6*f^4))^(1/4)*log(1/2*a^2*cos(f*x + e)*sin(f*x + e) + 1/2*(- 
I*b^4*f^3*(-a^2/(b^6*f^4))^(3/4)*cos(f*x + e)^2 - I*a*b*f*(-a^2/(b^6*f^4)) 
^(1/4)*cos(f*x + e)*sin(f*x + e))*sqrt(a*sin(f*x + e))*sqrt(b/cos(f*x + e) 
) + 1/4*(2*a*b^3*f^2*cos(f*x + e)^2 - a*b^3*f^2)*sqrt(-a^2/(b^6*f^4))) + b 
^2*f*(-a^2/(b^6*f^4))^(1/4)*log(a^2 + 2*(b^4*f^3*(-a^2/(b^6*f^4))^(3/4)*co 
s(f*x + e)*sin(f*x + e) - a*b*f*(-a^2/(b^6*f^4))^(1/4)*cos(f*x + e)^2)*sqr 
t(a*sin(f*x + e))*sqrt(b/cos(f*x + e))) - b^2*f*(-a^2/(b^6*f^4))^(1/4)*log 
(a^2 - 2*(b^4*f^3*(-a^2/(b^6*f^4))^(3/4)*cos(f*x + e)*sin(f*x + e) - a*...
 
3.5.74.6 Sympy [F]

\[ \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx=\int \frac {\sqrt {a \sin {\left (e + f x \right )}}}{\left (b \sec {\left (e + f x \right )}\right )^{\frac {3}{2}}}\, dx \]

input
integrate((a*sin(f*x+e))**(1/2)/(b*sec(f*x+e))**(3/2),x)
 
output
Integral(sqrt(a*sin(e + f*x))/(b*sec(e + f*x))**(3/2), x)
 
3.5.74.7 Maxima [F]

\[ \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx=\int { \frac {\sqrt {a \sin \left (f x + e\right )}}{\left (b \sec \left (f x + e\right )\right )^{\frac {3}{2}}} \,d x } \]

input
integrate((a*sin(f*x+e))^(1/2)/(b*sec(f*x+e))^(3/2),x, algorithm="maxima")
 
output
integrate(sqrt(a*sin(f*x + e))/(b*sec(f*x + e))^(3/2), x)
 
3.5.74.8 Giac [F]

\[ \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx=\int { \frac {\sqrt {a \sin \left (f x + e\right )}}{\left (b \sec \left (f x + e\right )\right )^{\frac {3}{2}}} \,d x } \]

input
integrate((a*sin(f*x+e))^(1/2)/(b*sec(f*x+e))^(3/2),x, algorithm="giac")
 
output
integrate(sqrt(a*sin(f*x + e))/(b*sec(f*x + e))^(3/2), x)
 
3.5.74.9 Mupad [F(-1)]

Timed out. \[ \int \frac {\sqrt {a \sin (e+f x)}}{(b \sec (e+f x))^{3/2}} \, dx=\int \frac {\sqrt {a\,\sin \left (e+f\,x\right )}}{{\left (\frac {b}{\cos \left (e+f\,x\right )}\right )}^{3/2}} \,d x \]

input
int((a*sin(e + f*x))^(1/2)/(b/cos(e + f*x))^(3/2),x)
 
output
int((a*sin(e + f*x))^(1/2)/(b/cos(e + f*x))^(3/2), x)